Package-level declarations

Types

Link copied to clipboard
data class ExternalPresenceConfiguration(val provider: String, val version: Int)
Link copied to clipboard

Sippo client errors.

Link copied to clipboard
data class SippoConfiguration(val externalPresence: ExternalPresenceConfiguration? = null)
Link copied to clipboard

Resource errors.

Link copied to clipboard
sealed class SippoService<out V : Any>

A Sippo service.

Functions

Link copied to clipboard

Calls the function f with a specific error when Either is failure.

Link copied to clipboard
fun <V : Any> SippoService<V>.success(f: (V) -> Unit)

Calls the function f with a specific value when SippoService is successful.